-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2015 09 02 #7
base: master
Are you sure you want to change the base?
2015 09 02 #7
Conversation
Another example of a PR that could use a checklist... Distilling that checklist from the assignment will also help you piece apart the assignment and not miss things... in theory. |
This PR should be from |
@@ -4,14 +4,14 @@ var expect = require('chai').expect, | |||
describe("About Expects", function() { | |||
// We shall contemplate truth by testing reality, via spec expectations. | |||
it("should expect true", function() { | |||
expect(FILL_ME_IN).to.be.true; //This should be true | |||
expect(true).to.be.true; //This should be true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about an explanation? Write one beneath the test in code comments...
Called 2015 09 02 because of taking advantage of mulligan